From: Kim F. Storm Date: Fri, 30 Aug 2002 13:20:36 +0000 (+0000) Subject: (struct w32_display_info) : Renamed from X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30905 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=10820756b95429eb731208b146e255227b911496;p=emacs.git (struct w32_display_info) : Renamed from w32_highlight_frame. --- diff --git a/src/w32term.h b/src/w32term.h index a2620ecff5b..5b0c5401c25 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -227,7 +227,7 @@ struct w32_display_info event). It points to the focus frame's selected window's frame. It differs from w32_focus_frame when we're using a global minibuffer. */ - struct frame *w32_highlight_frame; + struct frame *x_highlight_frame; /* Cache of images. */ struct image_cache *image_cache;